Support retrieving of non-direct child projects via REST To retrieve a non-direct child project the parameter 'recursive' must be specified: GET /projects/myParent/children/myGrandChild?recursive Without the 'recursive' flag being set only direct child projects can be retrieved. Change-Id: Ia702665efcd5a7ca59bfd9d9a0cc6eccc9ed1d9c Signed-off-by: Edwin Kempin <edwin.kempin@sap.com> 
diff --git a/Documentation/rest-api-projects.txt b/Documentation/rest-api-projects.txt index 4d92ada..bb83048 100644 --- a/Documentation/rest-api-projects.txt +++ b/Documentation/rest-api-projects.txt 
@@ -598,7 +598,8 @@  [verse]  'GET /projects/link:#project-name[\{project-name\}]/children/link:#project-name[\{project-name\}]'   -Retrieves a child project. +Retrieves a child project. If a non-direct child project should be +retrieved the parameter `recursive` must be set.    .Request  ----